Hệ thống bổ nhiệm bác sĩ trong PHP bằng mã nguồn

1 <?php if(!isset($_SESSION)){
2     session_start();
3     }
4 ?>
5
6 <?php include(
'header.php'); ?>
7 <!--
this is for donor registraton -->
8     <div
class="dashboard" style="background-color:#fff;">
9         <h3
class="text-center" style="background-color:#272327;color: #fff;padding: 5px;">Admin Panel</h3>
10         <span
class="adminDashboard" style="font-size: 85px;font-weight: bold;color: blue;font-family: serif;margin-left: 180px;background-color: black;">Welcome To Admin Panel</span>
11     </div>
12     
13     
14 <?php include(
'footer.php'); ?>
15
16 </div><!-- containerFluid Ends -->
17
18 <script src=
"js/bootstrap.min.js"></script>
19
20 </body>
21 </html>


Gõ tìm kiếm nhanh...